OpenRoads Designer CONNECT Edition SDK Help

ProfileLine(DPoint3d, DVector3d, Double, Double) Constructor

Initializes a new instance of the ProfileLine class

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public ProfileLine( DPoint3d origin, DVector3d tangent,double startDist,double endDist)

Parameters

SettingDescription
  DPoint3d Origin of the line
  DVector3d Tangent of the line
   Start distance along the line
   End distance along the line

See Also